home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-support.postinst < prev    next >
Encoding:
Text File  |  2009-04-10  |  166 b   |  12 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. if [ "$1" = "triggered" ]; then
  5.     update-python-modules --post-install
  6.     exit 0
  7. fi
  8.  
  9.  
  10.  
  11. update-python-modules --post-install python-support.dirs
  12.